安装和使用
npm install echarts --save
const echarts = require("echarts")
require("echarts/map/js/china") // geo map是china时
require("echarts/extension/bmap/bmap") // 很关键 使用geo 出现地图的
let myChart = echarts.init(document.getElementById("j_map"));
...
npm install echarts --save
const echarts = require("echarts")
require("echarts/map/js/china") // geo map是china时
require("echarts/extension/bmap/bmap") // 很关键 使用geo 出现地图的
let myChart = echarts.init(document.getElementById("j_map"));
...
Judian阅读 3.2k评论 1
chokcoco赞 10阅读 2.8k
Change赞 5阅读 5.7k评论 2
云绮棠兮赞 4阅读 3.6k评论 2
alwaysVe赞 2阅读 6.1k评论 5
南玖赞 5阅读 1.2k评论 1
大卫talk赞 2阅读 2.3k
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。